1. Which component is designed to protect against unauthorized communications to and from a computer?
a) security center
b) port scanner
c) antimalware
d) antivirus
e) firewall
Solution: e) firewall
2. Which command will block login attempts on RouterA for a period of 30 seconds if there are 2 failed login attempts within 10 seconds?
a) RouterA(config)# login block-for 10 attempts 2 within 30
b) RouterA(config)# login block-for 30 attempts 2 within 10
c) RouterA(config)# login block-for 2 attempts 30 within 10
d) RouterA(config)# login block-for 30 attempts 10 within 2
Solution: b) RouterA(config)# login block-for 30 attempts 2 within 10
3. What is the purpose of the network security accounting function?
a) to require users to prove who they are
b) to determine which resources a user can access
c) to keep track of the actions of a user
d) to provide challenge and response questions
Solution: c) to keep track of the actions of a user
4. What type of attack may involve the use of tools such as nslookup and fping?
a) AD
b) access attack
c) reconnaissance attack
d) denial of service attack
e) worm attack
Solution: c) reconnaissance attack
7. Which example of malicious code would be classified as a Trojan horse?
a) malware that was written to look like a video game
b) malware that requires manual user intervention to spread between systems
c) malware that attaches itself to a legitimate program and spreads to other programs when launched
d) malware that can automatically spread from one system to another by exploiting a vulnerability in the target
Solution: a) malware that was written to look like a video game
8. What is the difference between a virus and a worm?
a) Viruses self-replicate but worms do not.
b) Worms self-replicate but viruses do not.
c) Worms require a host file but viruses do not.
d) Viruses hide in legitimate programs but worms do not.
Solution: b) Worms self-replicate but viruses do not.
9. Which attack involves a compromise of data that occurs between two end points?
a) denial-of-service
b) man-in-the-middle attack
c) extraction of security parameters
d) username enumeration
Solution: b) man-in-the-middle attack
10. Which type of attack involves an adversary attempting to gather information about a network to identify vulnerabilities?
a) AD
b) reconnaissance
c) DoS
d) dictionary
e) man-in-the-middle
Solution: b) reconnaissance
12. What is the purpose of the network security authentication function?
a) to require users to prove who they are
b) to determine which resources a user can access
c) to keep track of the actions of a user
d) to provide challenge and response questions
Solution: a) to require users to prove who they are
13. Which firewall feature is used to ensure that packets coming into a network are legitimate responses to requests initiated from internal hosts?
a) stateful packet inspection
b) URL filtering
c) application filtering
d) packet filtering
Solution: a) stateful packet inspection
14. When applied to a router, which command would help mitigate brute-force password attacks against the router?
a) exec-timeout 30
b) service password-encryption
c) banner motd $Max failed logins = 5$
d) login block-for 60 attempts 5 within 60
Solution: d) login block-for 60 attempts 5 within 60
16. What feature of SSH makes it more secure than Telnet for a device management connection?
a) confidentiality with IPsec
b) stronger password requirement
c) random one-time port connection
d) login information and data encryption
Solution: d) login information and data encryption
17. What is the advantage of using SSH over Telnet?
a) SSH is easier to use.
b) SSH operates faster than Telnet.
c) SSH provides secure communications to access hosts.
d) SSH supports authentication for a connection request.
Solution: c) SSH provides secure communications to access hosts.
18. What is the role of an IPS?
a) detecting and blocking of attacks in real time
b) connecting global threat information to Cisco network security devices
c) authenticating and validating traffic
d) filtering of nefarious websites
Solution: a) detecting and blocking of attacks in real time
19. A user is redesigning a network for a small company and wants to ensure security at a reasonable price. The user deploys a new application-aware firewall with intrusion detection capabilities on the ISP connection. The user installs a second firewall to separate the company network from the public network. Additionally, the user installs an IPS on the internal network of the company. What approach is the user implementing?
a) attack based
b) risk based
c) structured
d) layered
Solution: d) layered
20. What is an accurate description of redundancy?
a) configuring a router with a complete MAC address database to ensure that all frames can be forwarded to the correct destination
b) configuring a switch with proper security to ensure that all traffic forwarded through an interface is filtered
c) designing a network to use multiple virtual devices to ensure that all traffic uses the best path through the internetwork
d) designing a network to use multiple paths between switches to ensure there is no single point of failure
Solution: d) designing a network to use multiple paths between switches to ensure there is no single point of failure
21. A network administrator is upgrading a small business network to give high priority to real-time applications traffic. What two types of network services is the network administrator trying to accommodate? (Choose two.)
a) voice
b) video
c) instant messaging
d) FTP
e) SNMP
Solution: a) voice, b) video
22. What is the purpose of a small company using a protocol analyzer utility to capture network traffic on the network segments where the company is considering a network upgrade?
a) to identify the source and destination of local network traffic
b) to capture the Internet connection bandwidth requirement
c) to document and analyze network traffic requirements on each network segment
d) to establish a baseline for security analysis after the network is upgraded
Solution: c) to document and analyze network traffic requirements on each network segment
23. Refer to the exhibit. An administrator is testing connectivity to a remote device with the IP address 10.1.1.1. What does the output of this command indicate?
a) Connectivity to the remote device was successful.
b) A router along the path did not have a route to the destination.
c) A ping packet is being blocked by a security device along the path.
d) The connection timed out while waiting for a reply from the remote device.
Solution: d) The connection timed out while waiting for a reply from the remote device
24. Which method is used to send a ping message specifying the source address for the ping?
a) Issue the ping command from within interface configuration mode.
b) Issue the ping command without specifying a destination IP address.
c) Issue the ping command without extended commands.
d) Issue the ping command after shutting down un-needed interfaces.
Solution: b) Issue the ping command without specifying a destination IP address
25. A network engineer is analyzing reports from a recently performed network baseline. Which situation would depict a possible latency issue?
a) a change in the bandwidth according to the show interfaces output
b) a next-hop timeout from a traceroute
c) an increase in host-to-host ping response times
d) a change in the amount of RAM according to the show version output
Solution: c) an increase in host-to-host ping response times
26. Which statement is true about Cisco IOS ping indicators?
a) ‘!’ indicates that the ping was unsuccessful and that the device may have issues finding a DNS server.
b) ‘U’ may indicate that a router along the path did not contain a route to the destination address and that the ping was unsuccessful.
c) ‘.’ indicates that the ping was successful but the response time was longer than normal.
d) A combination of ‘.’ and ‘!’ indicates that a router along the path did not have a route to the destination address and responded with an ICMP unreachable message.
Solution: b) ‘U’ may indicate that a router along the path did not contain a route to the destination address and that the ping was unsuccessful
27. A user reports a lack of network connectivity. The technician takes control of the user machine and attempts to ping other computers on the network and these pings fail. The technician pings the default gateway and that also fails. What can be determined for sure by the results of these tests?
a) The NIC in the PC is bad.
b) The TCP/IP protocol is not enabled.
c) The router that is attached to the same network as the workstation is down.
d) Nothing can be determined for sure at this point.
Solution: d) Nothing can be determined for sure at this point
28. A network technician issues the C:\> tracert -6 www.cisco.com command on a Windows PC. What is the purpose of the -6 command option?
a) It forces the trace to use IPv6.
b) It limits the trace to only 6 hops.
c) It sets a 6 milliseconds timeout for each replay.
d) It sends 6 probes within each TTL time period.
Solution: a) It forces the trace to use IPv6
29. Why would a network administrator use the tracert utility?
a) to determine the active TCP connections on a PC
b) to check information about a DNS name in the DNS server
c) to identify where a packet was lost or delayed on a network
d) to display the IP address, default gateway, and DNS server address for a PC
Solution: c) to identify where a packet was lost or delayed on a network
30. A ping fails when performed from router R1 to directly connected router R2. The network administrator then proceeds to issue the show cdp neighbors command. Why would the network administrator issue this command if the ping failed between the two routers?
a) The network administrator suspects a virus because the ping command did not work.
b) The network administrator wants to verify Layer 2 connectivity.
c) The network administrator wants to verify the IP address configured on router R2.
d) The network administrator wants to determine if connectivity can be established from a non-directly connected network.
Solution: b) The network administrator wants to verify Layer 2 connectivity
31. A network engineer is troubleshooting connectivity issues among interconnected Cisco routers and switches. Which command should the engineer use to find the IP address information, host name, and IOS version of neighboring network devices?
a) show version
b) show ip route
c) show interfaces
d) show cdp neighbors detail
Solution: d) show cdp neighbors detail
32. What information about a Cisco router can be verified using the show version command?
a) the routing protocol version that is enabled
b) the value of the configuration register
c) the operational status of serial interfaces
d) the administrative distance used to reach networks
Solution: b) the value of the configuration register
33. Which command should be used on a Cisco router or switch to allow log messages to be displayed on remotely connected sessions using Telnet or SSH?
a) debug all
b) logging synchronous
c) show running-config
d) terminal monitor
Solution: d) terminal monitor
34. Which command can an administrator issue on a Cisco router to send debug messages to the vty lines?
a) terminal monitor
b) logging console
c) logging buffered
d) logging synchronous
Solution: a) terminal monitor
35. By following a structured troubleshooting approach, a network administrator identified a network issue after a conversation with the user. What is the next step that the administrator should take?
a) Verify full system functionality.
b) Test the theory to determine cause.
c) Establish a theory of probable causes.
d) Establish a plan of action to resolve the issue.
Solution: b) Test the theory to determine cause
36. Users are complaining that they are unable to browse certain websites on the Internet. An administrator can successfully ping a web server via its IP address, but cannot browse to the domain name of the website. Which troubleshooting tool would be most useful in determining where the problem is?
a) netstat
b) tracert
c) nslookup
d) ipconfig
Solution: c) nslookup
37. An employee complains that a Windows PC cannot connect to the Internet. A network technician issues the ipconfig command on the PC and is shown an IP address of 169.254.10.3. Which two conclusions can be drawn? (Choose two.)
a) The PC cannot contact a DHCP server.
b) The DNS server address is misconfigured.
c) The default gateway address is not configured.
d) The PC is configured to obtain an IP address automatically.
e) The enterprise network is misconfigured for dynamic routing.
Solution: a) The PC cannot contact a DHCP server, d) The PC is configured to obtain an IP address automatically
38. Refer to the exhibit. Host H3 is having trouble communicating with host H1. The network administrator suspects a problem exists with the H3 workstation and wants to prove that there is no problem with the R2 configuration. What tool could the network administrator use on router R2 to prove that communication exists to host H1 from the interface on R2, which is the interface that H3 uses when communicating with remote networks?
a) traceroute
b) show cdp neighbors
c) Telnet
d) an extended ping
Solution: d) an extended ping
39. Refer to the exhibit. Baseline documentation for a small company had ping round trip time statistics of 36/97/132 between hosts H1 and H3. Today the network administrator checked connectivity by pinging between hosts H1 and H3 that resulted in a round trip time of 1458/2390/6066. What does this indicate to the network administrator?
a) Connectivity between H1 and H3 is fine.
b) H3 is not connected properly to the network.
c) Something is causing interference between H1 and R1.
d) Performance between the networks is within expected parameters.
e) Something is causing a time delay between the networks.
Solution: e) Something is causing a time delay between the networks
40. Which network service automatically assigns IP addresses to devices on the network?
a) DHCP
b) Telnet
c) DNS
d) traceroute
Solution: a) DHCP
41. Which command can an administrator execute to determine what interface a router will use to reach remote networks?
a) show arp
b) show interfaces
c) show ip route
d) show protocols
Solution: c) show ip route
42. On which two interfaces or ports can security be improved by configuring executive timeouts? (Choose two.)
a) Fast Ethernet interfaces
b) console ports
c) serial interfaces
d) vty ports
e) loopback interfaces
Solution: b) console ports, d) vty ports
43. When configuring SSH on a router to implement secure network management, a network engineer has issued the login local and transport input ssh line vty commands. What three additional configuration actions have to be performed to complete the SSH configuration? (Choose three.)
a) Set the user privilege levels.
b) Generate the asymmetric RSA keys.
c) Configure the correct IP domain name.
d) Configure role-based CLI access.
e) Create a valid local username and password database.
f) Manually enable SSH after the RSA keys are generated.
Solution: b) Generate the asymmetric RSA keys, c) Configure the correct IP domain name, e) Create a valid local username and password database
44. What is considered the most effective way to mitigate a worm attack?
a) Change system passwords every 30 days.
b) Ensure that all systems have the most current virus definitions.
c) Ensure that AAA is configured in the network.
d) Download security updates from the operating system vendor and patch all vulnerable systems.
Solution: d) Download security updates from the operating system vendor and patch all vulnerable systems
45. Which statement describes the ping and tracert commands?
a) Tracert shows each hop, while ping shows a destination reply only.
b) Tracert uses IP addresses; ping does not.
c) Both ping and tracert can show results in a graphical display.
d) Ping shows whether the transmission is successful; tracert does not.
Solution: a) Tracert shows each hop, while ping shows a destination reply only
46. A technician is to document the current configurations of all network devices in a college, including those in off-site buildings. Which protocol would be best to use to securely access the network devices?
a) FTP
b) HTTP
c) SSH
d) Telnet
Solution: c) SSH
47. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which command has to be configured on the router to complete the SSH configuration?
a) service password-encryption
b) transport input ssh
c) enable secret class
d) ip domain-name cisco.com
Solution: b) transport input ssh
48. An administrator decides to use “WhatAreyouwaiting4” as the password on a newly installed router. Which statement applies to the password choice?
a) It is strong because it uses a passphrase.
b) It is weak because it is often the default password on new devices.
c) It is weak since it uses easily found personal information.
d) It is weak since it is a word that is easily found in the dictionary.
Solution: a) It is strong because it uses a passphrase.
49. An administrator decides to use “pR3s!d7n&0” as the password on a newly installed router. Which statement applies to the password choice?
a) It is strong because it uses a minimum of 10 numbers, letters and special characters.
b) It is weak because it is often the default password on new devices.
c) It is weak since it uses easily found personal information.
d) It is weak since it is a word that is easily found in the dictionary.
Solution: a) It is strong because it uses a minimum of 10 numbers, letters and special characters.
50. An administrator decides to use “5$7*4#033!” as the password on a newly installed router. Which statement applies to the password choice?
a) It is strong because it contains 10 numbers and special characters.
b) It is weak because it is often the default password on new devices.
c) It is weak since it uses easily found personal information.
d) It is strong because it uses a minimum of 10 numbers, letters and special characters.
Solution: d) It is strong because it uses a minimum of 10 numbers, letters and special characters.
51. An administrator decides to use “pR3s!d7n&0” as the password on a newly installed router. Which statement applies to the password choice?
a) It is strong because it uses a minimum of 10 numbers, letters and special characters.
b) It is weak since it is a word that is easily found in the dictionary.
c) It is strong because it uses a passphrase.
d) It is strong because it contains 10 numbers and special characters.
Solution: a) It is strong because it uses a minimum of 10 numbers, letters and special characters.
52. An administrator decides to use “12345678!” as the password on a newly installed router. Which statement applies to the password choice?
a) It is weak because it uses a series of numbers or letters.
b) It is strong because it uses a passphrase.
c) It is weak since it is a word that is easily found in the dictionary.
d) It is strong because it uses a minimum of 10 numbers, letters and special characters.
Solution: a) It is weak because it uses a series of numbers or letters.
53. An administrator decides to use “admin” as the password on a newly installed router. Which statement applies to the password choice?
a) It is weak because it is often the default password on new devices.
b) It is strong because it uses a passphrase.
c) It is strong because it uses a minimum of 10 numbers, letters and special characters.
d) It is strong because it contains 10 numbers and special characters.
Solution: a) It is weak because it is often the default password on new devices.
54. An administrator decides to use “Feb121978” as the password on a newly installed router. Which statement applies to the password choice?
a) It is weak because it uses easily found personal information.
b) It is strong because it uses a passphrase.
c) It is weak since it is a word that is easily found in the dictionary.
d) It is strong because it uses a minimum of 10 numbers, letters and special characters.
Solution: a) It is weak because it uses easily found personal information.
55. An administrator decides to use “password” as the password on a newly installed router. Which statement applies to the password choice?
a) It is weak because it is a commonly used password.
b) It is weak since it is a word that is easily found in the dictionary.
c) It is strong because it uses a passphrase.
d) It is strong because it uses a minimum of 10 numbers, letters and special characters.
Solution: a) It is weak because it is a commonly used password.
56. An administrator decides to use “RobErT” as the password on a newly installed router. Which statement applies to the password choice?
a) It is weak since it uses easily found personal information.
b) It is strong because it uses a passphrase.
c) It is strong because it uses a minimum of 10 numbers, letters and special characters.
d) It is strong because it contains 10 numbers and special characters.
Solution: a) It is weak since it uses easily found personal information.
57. An administrator decides to use “Elizabeth” as the password on a newly installed router. Which statement applies to the password choice?
a) It is weak because it uses easily found personal information.
b) It is strong because it uses a passphrase.
c) It is weak since it is a word that is easily found in the dictionary.
d) It is strong because it uses a minimum of 10 numbers, letters and special characters.
Solution: c) It is weak since it is a word that is easily found in the dictionary.
Explanation:
Rules for strong passwords:
58. A network technician is troubleshooting an issue and needs to verify the IP addresses of all interfaces on a router. What is the best command to use to accomplish the task?
a) show ip interface brief
b) nslookup
c) ipconfig getifaddr en0
d) show ip route
Solution: a) show ip interface brief
59. Students who are connected to the same switch are having slower than normal response times. The administrator suspects a duplex setting issue. What is the best command to use to accomplish the task?
a) show interfaces
b) ipconfig getifaddr en0
c) copy running-config startup-config
d) show ip nat translations
Solution: a) show interfaces
60. A user wants to know the IP address of the PC. What is the best command to use to accomplish the task?
a) ipconfig
b) copy running-config startup-config
c) show interfaces
d) show ip nat translations
Solution: a) ipconfig
61. A student wants to save a router configuration to NVRAM. What is the best command to use to accomplish the task?
a) copy running-config startup-config
b) show interfaces
c) show ip nat translations
d) show ip route
Solution: a) copy running-config startup-config
62. A support technician needs to know the IP address of the wireless interface on a MAC. What is the best command to use to accomplish the task?
a) ipconfig getifaddr en0
b) copy running-config startup-config
c) show interfaces
d) show ip nat translations
Solution: a) ipconfig getifaddr en0
63. A network technician is troubleshooting an issue and needs to verify all of the IPv6 interface addresses on a router. What is the best command to use to accomplish the task?
a) show ipv6 interface
b) show interfaces
c) show ip nat translations
d) show ip route
Solution: a) show ipv6 interface
64. A teacher is having difficulties connecting his PC to the classroom network. He needs to verify that a default gateway is configured correctly. What is the best command to use to accomplish the task?
a) ipconfig
b) copy running-config startup-config
c) show interfaces
d) show ip nat translations
Solution: a) ipconfig
65. Only employees connected to IPv6 interfaces are having difficulty connecting to remote networks. The analyst wants to verify that IPv6 routing has been enabled. What is the best command to use to accomplish the task?
a) show running-config
b) show interfaces
c) copy running-config startup-config
d) show ip nat translations
Solution: a) show running-config
66. An administrator is troubleshooting connectivity issues and needs to determine the IP address of a website. What is the best command to use to accomplish the task?
a) nslookup
b) show ipv6 route
c) show ipv6 interface
d) copy startup-config running-config
Solution: a) nslookup
67. What is a characteristic of UDP?
a) UDP datagrams take the same path and arrive in the correct order at the destination.
b) Applications that use UDP are always considered unreliable.
c) UDP reassembles the received datagrams in the order they were received.
d) UDP only passes data to the network when the destination is ready to receive the data.
Solution: b) Applications that use UDP are always considered unreliable.
Explanation: UDP (User Datagram Protocol) is a connectionless protocol. Unlike TCP, which ensures reliable communication by establishing a connection and managing data flow, UDP does not provide any guarantees regarding the delivery or order of datagrams. Therefore, applications using UDP are often considered unreliable.